Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: remove leftover console.log #83

Merged
merged 1 commit into from
Jun 27, 2023
Merged

fix: remove leftover console.log #83

merged 1 commit into from
Jun 27, 2023

Conversation

ghiscoding
Copy link
Owner

No description provided.

@github-actions
Copy link

🎭 Playwright Summary - Success 🎉

Playwright Report

[email protected] test:e2e /home/runner/work/multiple-select-vanilla/multiple-select-vanilla
playwright test --config playwright/playwright.config.ts

Running 66 tests using 1 worker
·················×±················································

  1. [chromium] › example13.spec.ts:4:7 › Example 13 - Destroy Select › creating & destroying select multiple times
�[31mTest timeout of 30000ms exceeded.�[39m

Error: locator.click: Target closed
=========================== logs ===========================
waiting for getByRole('button', { name: 'Dynamically Create' })
============================================================

  4 |   test('creating & destroying select multiple times', async ({ page }) => {
  5 |     await page.goto('#/example13');
> 6 |     await page.getByRole('button', { name: 'Dynamically Create' }).click();
    |                                                                    ^
  7 |     await page.getByRole('button', { name: '1, 3, 4' }).click();
  8 |     await page.getByRole('button', { name: 'Destroy' }).click();
  9 |     expect(page.locator['[data-test="select1"]']).toBeUndefined();

    at /home/runner/work/multiple-select-vanilla/multiple-select-vanilla/playwright/e2e/example13.spec.ts:6:68

Pending operations:
  - locator.click at playwright/e2e/example13.spec.ts:6:68


attachment #1: trace (application/zip) ─────────────────────────────────────────────────────────
test-results/example13-Example-13---Destroy-Select-creating-destroying-select-multiple-times-chromium/trace.zip
Usage:

    npx playwright show-trace test-results/example13-Example-13---Destroy-Select-creating-destroying-select-multiple-times-chromium/trace.zip

────────────────────────────────────────────────────────────────────────────────────────────────

1 flaky
[chromium] › example13.spec.ts:4:7 › Example 13 - Destroy Select › creating & destroying select multiple times
65 passed (2.1m)

@ghiscoding ghiscoding merged commit e64351c into main Jun 27, 2023
@ghiscoding ghiscoding deleted the ghiscoding-patch-1 branch June 27, 2023 19:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant